| lcBlockAddArcText | Home |
|
HANDLE lcBlockAddArcText ( HANDLE hBlock, LPCWSTR szText, double X, double Y, double Radius, double StartAngle, BOOL bClockwise, double Height, double WScale, int Align ); |
| hBlock | |
| Handle to a block. | |
| szText | |
| Text string. | |
| X Y | |
| Coordinates of a center point of the text (arc's center). | |
| Radius | |
| Radius of the arc. | |
| StartAngle | |
| Start angle of the text beginning. | |
| bClockwise | |
| Text direction along the arc, TRUE for clockwise direction. | |
| Height | |
| Text height, in drawing units. | |
| WScale | |
| Text width factor (horizontal scale). | |
| Align | |
| Alignment type (relative to the position angle). | |
| Handle to created Arc Text object or NULL if the function fails. |
| Code sample, Text style |